a {
    font-size: 16rem;
}

.indexbox {
    width: 100%;
    overflow: hidden;
}

.indexbox>.contentbox {
    /* background: #03864d; */
}

.indexbox .bannerbox {
    position: relative;
    /* background-color: #000; */
  
}

.bannerbox .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

.bannerbox .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

.bannerbox .swiper-button-next,
.bannerbox .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60rem;
    height: 60rem;
    margin-top: -22rem;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #07805799; */
    border-radius: 50%;
}

.bannerbox .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../image/left.png);
}

.bannerbox .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../image/right.png);
}

.indexbox .bannerbox {
    position: relative;
    height: 926rem
    /* height: 100vh; */
}

.bannerbox .text {
    text-align: left;
    width: 80%;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    position: absolute;
    color: #fff;
    transition: background 1s;
    /* display: none; */
    display: flex;
    align-items: center;
    flex-direction: column;
    /* background: #f6f7fb61; */
    padding: 38rem;
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    /* box-shadow: 0rem 0rem 5rem #fe991b; */
    border-radius: 10rem;
}

.bannerbox .text .title {
    overflow: hidden;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 60rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 22rem;
    text-shadow: 6rem 2rem 1rem #000000de;
}
/* .swiper-slide-active .text .title {
    animation: myfaderight 1s;
}
.swiper-slide-active .text .b_line {
    animation: myfaderight 1s;
}
.swiper-slide-active .text .wenan {
    animation: myfaderight 1s;
}   
.swiper-slide-active .text .btn {
    animation: myfaderight 1s;
}  */
.bannerbox .text .b_line {
    width: 58%;
    margin: 0rem 0rem 20rem;
    height: 2rem;
    background: #fff;
}

.bannerbox .text .wenan {
    font-size: 22rem;
    /* white-space: pre-line; */
    width: 76%;
    text-align: center;
    line-height: 1.6;
    text-shadow: 2rem 1rem 1rem #000000cc;
}

.bannerbox .text .btn {
    width: 160rem;
    background: linear-gradient(to right, #fc961e, #078057);
    height: 44rem;
    line-height: 41rem;
    text-align: center;
    border-radius: 6rem;
    border: solid 0rem rgba(0, 0, 0, 0);
    color: #fff;
    margin-top: 3%;
    font-size: 16rem;
    display: inline-block;
}

.bannerbox .text .title p {
    transition: all 1s .7s;
}
.bannerbox .swiper-container {
    width: 100%;
    height: 100%;
}

.bannerbox .swiper-slide {
    FONT-VARIANT: JIS90;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.bannerbox .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.indexbox a.read {
    transition: all .6s;
    margin-bottom: 4rem;
    border-radius: 50rem;
    display: inline-block;
    padding: 10rem 45rem;
    color: #000;
    cursor: pointer;
    font-size: 16rem;
    border: 1rem solid #078057;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.indexbox a.read:hover {
    animation: icon-bounce 0.5s alternate;
    color: #fff;
}

.indexbox a.read:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #078057;
    transition: all .6s;
    z-index: -1;
}

.indexbox a.read:hover:after {
    width: 100%;
}

.indexbox .zhutitle .futitle {
    font-family: auto;
    font-size: 22rem;
    /* text-align: center; */
    width: 100%;
    color: #078057;
    margin-top: 10rem;
    font-weight: 600;
    text-shadow: none;
    font-family: fangsong;
}

.indexbox .bgindexabout .zhutitle .futitle {
    color: #000;
}

.indexbox .zhutitle {
    font-size: 36rem;
    padding-bottom: 50rem;
    /* text-align: center; */
    width: 100%;
    font-weight: 700;
    color: #000;
    /* padding-bottom: 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexbox .zhutitle .text>span {
    position: relative;
}

.indexbox .zhutitle .text {
    width: 70%;
}

.indexbox .zhutitle .text>span:before {
    content: "";
    position: absolute;
    left: -22rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(181deg, #fc9518, #078057);
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    z-index: -1;
}



.indexbox .contentbox>.title .tishi {}

/* */

.indexbox .indexproduct {
    /* width: 100%; */
    /* background: url(../image/productbg.jpg) no-repeat center center; */
    background-size: cover;
    position: relative;
    overflow: hidden;
    /* padding: 50rem 0; */
    /* margin-bottom: 4%; */
    position: relative;
    /* padding-top: 30rem; */
    /* margin-top: 100rem; */
    /* padding-bottom: 0; */
    height: 900rem;
    background: #f6f7fb;
}

.indexbox .indexproduct:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* background: #000; */
}

.indexbox .indexproduct .indexcontent .productfenlei {
    display: flex;
    justify-content: center;
    margin-bottom: 75rem;
}
.indexbox .indexproduct .indexcontent .productfenlei .productpagin {
    width: 100%;
    /* font-size: 22rem; */
    /* text-align: center; */
    /* margin: 30rem auto; */
    /* margin-bottom: 45rem; */
    overflow: hidden;
    padding: 10rem 0;
}

.indexbox .indexproduct .indexcontent .productfenlei .productpagin .swiper-wrapper {
    /* justify-content: center; */
}


.indexbox .indexproduct .indexcontent .productfenlei a {
    font-size: 20rem;
    padding: 10rem 26rem;
    border: 1rem solid #666;
    border-radius: 30rem;
    margin-right: 27rem;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexbox .indexproduct .indexcontent .productfenlei a.active {
    background: #078057;
    color: #fff;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexbox .indexproduct .indexcontent .productcontentbox .itemfatherbox.active {
    display: block;
}

.indexbox .indexproduct .indexcontent .productcontentbox .itemfatherbox {
    display: none;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .imgbox {
    width: 45%;
    overflow: hidden;
    background: #fff;
    padding: 0 50rem;
    height: 500rem;
    box-shadow: 0px 0rem 10rem 0px #0780574f;
    border-radius: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .imgbox img {
    max-width: 100%;
    max-height: 100%;
    animation: myfadeup 1s;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox {
    width: 50%;
    animation: myfadeup 1s;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .title {
    font-size: 26rem;
    font-weight: 600;
    color: #078057;
    margin-bottom: 16rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .miaoshu {
    font-size: 18rem;
    color: #000;
    margin-bottom: 23rem;
    line-height: 29rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .read {
    margin-top: 26rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .miaoshu:last-child {
    margin-bottom: 37rem !important;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .youshibox {
    display: flex;
    margin-top: 70rem;
}

.indexbox .indexproduct .indexcontent .productcontentbox .item .textbox .youshibox .list {
    background: #078057;
    padding: 12rem 40rem;
    border-radius: 4rem;
    margin-right: 30rem;
    color: #fff;
}



/**/
.indexbox .bgindexabout {
    width: 100%;
    /* background: url(../image/aboutbg.jpg) no-repeat center center; */
    background-size: cover;
    /* background: url(../image/neiye.jpg) no-repeat center center; */
    background-size: cover;
    /* filter: blur(0px); */
    position: relative;
    height: 900rem;
    display: flex;
    /* padding-bottom: 0; */
}

.indexbox .bgindexabout .imgbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
    z-index: -1;
    padding: 60rem 0;
}

.indexbox .bgindexabout .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexbox .bgindexabout::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* filter: blur(9px); */
    background: url(../image/aboutbg2.jpg) no-repeat center center;
    background-size: cover;
    z-index: -2;
    background: url(../image/productbg.jpg) no-repeat center center;
    background-size: cover;
    background: #f6f7fb;
}

.indexbox .contentbox .bgindexabout>.title {
    /* font-weight: normal !important; */
    font-size: 36rem;
    padding-bottom: 50rem;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff;
}

.indexbox .contentbox .bgindexabout>.title .futitle {
    font-size: 18rem;
    text-align: center;
    width: 100%;
    color: #ffff;
    margin-top: 10rem;
}

.indexbox .indexabout {
    display: flex;
    justify-content: space-between;
    height: 627rem;
    flex-direction: column;
    width: 100%;
}

.indexbox .indexabout .imgbox {
    width: 50%;
    height: 100%;
    padding: 70rem 0rem 70rem 44rem;
}

.indexbox .indexabout .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0rem 0rem 20rem 4px #ffffffa8;
}

.indexbox .indexabout .textbox {
    width: 50%;
    /* background-color: #f2f2f2; */
    position: relative;
}

.indexbox .indexabout .textbox > .title {
    margin-top: -14rem;
    margin-bottom: 20rem;
    font-size: 30rem;
    color: #fd9e16;
    font-weight: 600;
}

.indexbox .indexabout .textbox .pctextbox {
    color: #000;
    /* position: absolute; */
    /* top: 50%; */
    /* left: -40rem; */
    /* transform: translateY(-50%); */
    width: 100%;
    height: 74%;
    /* background-color: #000; */
    color: #fff;
    padding-right: 22rem;
}

.indexbox .indexabout .pctextbox h2 {
    margin-bottom: 14rem;
    font-size: 42rem;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1rem solid rgba(102, 102, 102, 0.514);
    position: relative;
    padding: 6rem 0;
}

.indexbox .indexabout .pctextbox h2::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1.5rem;
    width: 30%;
    height: 2rem;
    background-color: #03864d;
    border-radius: 1rem;
}

.indexbox .indexabout .pctextbox .text {
    line-height: 40rem;
    text-indent: 28rem;
    width: 100%;
    font-size: 18rem;
    color: #000;
    /* max-height: 210rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0rem;
    margin-bottom: 15rem;
}

.indexbox .indexabout .pctextbox .read {
    margin-top: 31rem;
    /* background-color: #03864d; */
    /* border-radius: 5rem; */
    /* display: inline-block; */
    /* padding: 10rem 18rem; */
    /* color: #fff; */
    /* cursor: pointer; */
    /* font-size: 18rem; */
}

.indexbox .bgindexabout .iconbox {
    display: flex;
    padding: 18rem 0rem;
    justify-content: space-between;
    /* margin-top: 50rem; */
    color: #000;
    /* background: linear-gradient(0deg, #fdfafa, #000000); */
    font-size: 18rem;
    /* box-shadow: 0 0 10px 10px #9fb1c5; */
    /* background: linear-gradient(180deg, #fffffff0, #0000005c); */
    /* position: absolute; */
    bottom: 0rem;
    right: 0;
    width: 53%;
    margin-bottom: 3%;
}

.indexbox .bgindexabout .iconbox .icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 24%;
    position: relative;
    background: #fff;
    box-shadow: 0 23rem 90rem -5rem rgb(0 0 0 / 17%);
    padding-top: 2%;
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    border-radius: 20rem;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    /* text-align: center; */
    overflow: hidden;
    transition: all .6s;
}

.indexbox .bgindexabout .iconbox .icon:hover {
    color: #fff;
    animation: icon-bounce 0.5s alternate;
}

.indexbox .bgindexabout .iconbox .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #078057;
    transition: all .6s;
}

.indexbox .bgindexabout .iconbox .icon:hover:after {
    width: 100%;
}

.indexbox .bgindexabout .iconbox .icon .img {
    height: 42rem;
    position: absolute;
    right: 20rem;
    top: 20rem;
    width: 42rem;
}

.indexbox .bgindexabout .iconbox .icon .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* transition: all .6s; */
}

.indexbox .bgindexabout .iconbox .icon:hover .img img {
    filter: brightness(200);
}

.indexbox .bgindexabout .iconbox .icon .text .num {
    font-size: 19rem;
    color: #fd9e16;
    margin: 6rem 0;
    transition: all .6s;
}

.indexbox .bgindexabout .iconbox .icon:hover .text .num {
    color: #fff;
}

.indexbox .bgindexabout .iconbox .icon .text .num span {
    font-size: 32rem;
    /* font-weight: 700; */
    font-family: math;
    padding: 0;
    margin: 0;
}

/* case */

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.indexcase {
    height: 900rem;
    display: flex;
}

#certify .swiper-container {
    padding-bottom: 60rem;
}

#certify .swiper-slide {
    width: 640rem;
    height: 560rem;
    background: #fff;
    box-shadow: 0 8rem 30rem #ddd;
    border: 1rem solid #fff;
    border-radius: 10rem;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 1500px)  {
    #certify .swiper-slide {
        width: 800rem;
        height: 580rem;
        background: #fff;
        box-shadow: 0 8rem 30rem #ddd;
        border: 1rem solid #fff;
        border-radius: 10rem;
        overflow: hidden;
        display: block;
    }
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 90%;
    object-fit: cover;
}

#certify .swiper-slide p {
    height: 10%;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 20rem;
    margin: 0;
    line-height: 55rem;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5rem;
    border: 3rem solid #fff;
    background-color: #d5d5d5;
    width: 10rem;
    height: 10rem;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3rem solid #fd9716;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30rem;
    width: 45rem;
    height: 45rem;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46rem;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30rem;
    width: 45rem;
    height: 45rem;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93rem;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139rem;
    background-size: 100%
}

/* advantagebox */
.indexbox .youshipagin {
    width: 100%;
    /* font-size: 22rem; */
    /* text-align: center; */
    /* margin: 30rem auto; */
    /* margin-bottom: 45rem; */
    /* overflow: hidden; */
}

.indexbox .youshipagin .swiper-wrapper {
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
}
.indexbox .advantagebox {
    background: url(../image/youshibg.jpg) center no-repeat fixed;
    background-size: cover;
    height: 900rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
}

.indexbox .advantagebox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: .4;
}

.indexbox .advantagebox .zhutitle {
    color: #fff;
    padding-bottom: 20rem;
}

.indexbox .advantagebox .zhutitle .futitle {
    color: #fff;
}

.indexbox .advantagebox .advantage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexbox .advantagebox .advantage .left {
    width: 50%;
}

.indexbox .advantagebox .advantage .right {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.indexbox .advantagebox .advantage .right .listbox .list {
    display: flex;
    align-items: center;
    background: #ecf9ff;
    margin-bottom: 20rem;
    position: relative;
    padding: 22rem;
    border-radius: 6rem;
    border: 1rem solid #fda517;
    cursor: pointer;
    transition: all .6s;
    color: #077f57;
}

.indexbox .advantagebox .advantage .right .listbox .list:hover {
    background: #078057;
    color: #fff;
}

.indexbox .advantagebox .advantage .right .listbox .list img {
    width: 50rem;
    margin: 0 20rem;
    margin-left: 10rem;
}

.indexbox .advantagebox .advantage .right .listbox .list:hover img {
    filter: brightness(200);
}

.indexbox .advantagebox .advantage .right .listbox .list .title h1 {
    font-size: 26rem;
    margin-bottom: 6rem;
}

.indexbox .advantagebox .advantage .right .listbox .list .title p {
    font-family: fangsong;
    font-size: 18rem;
}

.indexbox .advantagebox .advantage .right .listbox .list>span {
    position: absolute;
    left: -22rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(181deg, #fc95188f, #0780579e);
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    z-index: 0;
    color: #fff;
    border: 1rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexbox .advantagebox .advantage .right .listbox.active {
    display: block;
}

.indexbox .advantagebox .advantage .left .listbox {
    display: none;
    animation: myfadeleft 1s;
}

.indexbox .advantagebox .advantage .left .listbox .title {
    color: #fff;
    font-size: 18rem;
    font-family: fangsong;
}

.indexbox .advantagebox .advantage .left .listbox .title h1 {
    font-size: 34rem;
    font-family: auto;
}

.indexbox .advantagebox .advantage .left .listbox .text {
    color: #fff;
    font-size: 18rem;
    line-height: 40rem;
    margin-top: 40rem;
}

.indexbox .advantagebox .advantage .left .listbox .lianxibox {
    margin-top: 60rem;
    display: flex;
    align-items: center;
    color: #078057;
    font-size: 26rem;
    background: #fff;
    border-radius: 50rem;
    height: 55rem;
    width: 50%;
}

.indexbox .advantagebox .advantage .left .listbox .lianxibox>img {
    width: 33rem;
    margin: 0 20rem;
}

.indexbox .advantagebox .advantage .left .listbox.active {
    display: block;
}

.indexbox .advantage {}


/* news */
.indexbox .indexnewsbox {
    background-size: cover;
    height: 900rem;
    display: flex;
    background: #f9f9f9;
}

.indexbox .indexnewsbox .indexnews {
    display: flex;
    justify-content: space-between;
    height: 585rem;
}

.indexbox .indexnewsbox .indexnews .item {
    background: #fff;
    border-radius: 14rem 14rem 0 0;
    box-shadow: 0 0 5rem 5rem rgba(0, 0, 0, 0.01);
    overflow: hidden;
    position: relative;
    display: block;
    padding: 24rem 28rem;
    margin-bottom: 33rem;
    width: 100%;
}

.indexbox .indexnewsbox .indexnews .right .item:last-child {
    margin-bottom: 0;
}

.indexbox .indexnewsbox .indexnews .left .item {
    padding: 0;
    height: 100%;
}

.indexbox .indexnewsbox .indexnews .left .item .title {
    padding: 0rem 51rem;
}

.indexbox .indexnewsbox .indexnews .item .miaoshu {
    padding: 0rem 51rem;
    display: -webkit-box; /* 创建弹性盒子布局 */
    -webkit-box-orient: vertical; /* 设置弹性盒子的子元素排列方向为垂直 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    margin: 10rem 0;
    line-height: 22rem;
    font-size: 15rem;
    color: #666;
    height: 44rem;
}

.indexbox .indexnewsbox .indexnews .right .item .miaoshu {
    padding: 0;
}

.indexbox .indexnewsbox .indexnews .left .item .itembox {
    padding: 0rem 51rem;
    padding-bottom: 24rem;
}

.indexbox .indexnewsbox .indexnews .item:after {
    content: "";
    width: 0;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #078057;
    transition: all .6s;
}

.indexbox .indexnewsbox .indexnews .item:hover:after {
    width: 100%;
}

.indexbox .indexnewsbox .indexnews .left .item .img {
    height: 68%;
    overflow: hidden;
    transition: all .6s;
    margin-bottom: 36rem;
}

.img {}

.indexbox .indexnewsbox .indexnews .left .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.indexbox .indexnewsbox .indexnews .left .item:hover .img img {
    transform: scale(1.3);
}

.indexbox .indexnewsbox .indexnews .left {
    width: 32%;
}

.indexbox .indexnewsbox .indexnews .right {
    width: 32%;
}

.indexbox .indexnewsbox .indexnews .item .title {
    font-size: 22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 96%;
    font-weight: 600;
    color: #000;
    transition: all .6s;
}

.indexbox .indexnewsbox .indexnews .item:hover .title {
    color: #078057;
}

.indexbox .indexnewsbox .indexnews .item .itembox {
    display: flex;
    justify-content: space-between;
    margin-top: 18rem;
    width: 96%;
    font-size: 18rem;
}